home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Source Code
/
C
/
Applications
/
MacWT 0.9
/
wt Mac Source
/
ShowHideMenubar.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-09-28
|
381 b
|
21 lines
|
[
TEXT/CWIE
]
#ifndef _SHOWHIDEMENUBAR_
#define _SHOWHIDEMENUBAR_
#ifndef SHOW
#define SHOW 1
#define HIDE 0
#endif
/**\
|**| ==============================================================================
|**| PUBLIC FUNCTION PROTOTYPES
|**| ==============================================================================
\**/
void SetMBarState (char vis);
char GetMBarState (void);
#endif